const os.supportsCreateWithStickyBit
3 uses
os (current package)
file.go#L276: if !supportsCreateWithStickyBit && perm&ModeSticky != 0 {
file_unix.go#L207: if !supportsCreateWithStickyBit && flag&O_CREATE != 0 && perm&ModeSticky != 0 {
sticky_notbsd.go#L9: const supportsCreateWithStickyBit = true
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)